From: emellor@ewan Date: Wed, 28 Sep 2005 12:43:33 +0000 (+0100) Subject: Added missing quote to HTML output. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16769^2~16^2~22 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ad1a856c947678049e7c87db3be6bd045b61ab79;p=xen.git Added missing quote to HTML output. Signed-off-by: Ewan Mellor --- diff --git a/tools/python/xen/xend/server/SrvNode.py b/tools/python/xen/xend/server/SrvNode.py index c8b0ad6dfd..8f598a3bb6 100644 --- a/tools/python/xen/xend/server/SrvNode.py +++ b/tools/python/xen/xend/server/SrvNode.py @@ -62,7 +62,7 @@ class SrvNode(SrvDir): for d in self.info(): req.write('
  • %10s: %s' % (d[0], str(d[1]))) req.write('
  • Xen dmesg output' % url) - req.write('
  • Xend log' % url) req.write('') req.write('')